
if (isset(f5)) {
  load.pic(v0);
  draw.pic(v0);
  discard.pic(v0);
  position(o0,7,69);
  status.line.on();
  accept.input();
  load.view(241);
  set.view(o1,241);
  animate.obj(o1);
  position(o1,94,137);
  draw(o1);
  stop.cycling(o1);
  draw(o0);
  show.pic();
  }
  if(v231 == 5){
  erase(o1);
  }
  if(posn(o0,0,61,5,114)){
  new.room(13);
  }
  if(said("look")){
  if(v231 == 5){
  print("You're at the corner of Teddy street and Clinton avenue.");
  return();
  }
  print("You're at the corner of Teddy street and Clinton avenue. There's a bagpipe on the street.");
    }
  if(said("look","sky")){
  print("Nothing special.");
  }
  if(said("take","bagpipe")){
  if(posn(o0,87,120,117,148)){
  get("bagpipe");
  print("Ok.");
  v3 += 5;
  v231 = 5;
  erase(o1);
  return();
  }
  print("You're not close enough.");
    }
  if(said("knock","door")){
  print("Hello anyone there......? I guess not.");
    }
  if(said("look","grass")){
  print("It's green as always.");
    }
  if(said("look","house")){
  print("It's dark grey.");











}
return();